DotManager
Description
A script used for creating and managing "dots".
DotManager |
- - audioSource : AudioSource
- + badGenerator : CellGenerator
- - canSpawnDot : bool
- - currentDots : uint
- + dotMax : uint
- - dots : List
- - expansions : Stack
- + expansionTimes : ExpansionTimeDef[]
- + finishPercentage : float
- + goodGenerator : CellGenerator
- + initialDotCount : uint
- + levelFinished : Action
- + lblTime : Text
- + time : float
- + useTime : bool
|
- - CountDown() : IEnumerator
- - Finished() : void
- + Initialise(level : LevelDef) : void
- - SpawnDot() : void
- - Update() : void
|